home *** CD-ROM | disk | FTP | other *** search
/ Mac Expert 1995 Winter / Mac Expert - Winter 95.iso / Les fichiers / Communications / Divers / FAXstf ErrorCodes / FAXstf ErrorCodes.rsrc / TEXT_-16000.txt < prev    next >
Encoding:
Text File  |  1993-06-30  |  7.4 KB  |  125 lines

  1. FaxModem & FAXstf Error Codes
  2. {‚Ä¢‚Ä¢‚Ä¢ Error codes returned from the board driver ‚Ä¢‚Ä¢‚Ä¢}
  3.  
  4. UserAbor = -27;         {User aborted the Transmission}
  5. dskFllErr = -34;        {Disk Full Error}
  6. DRVRbusy = -6000;       {The Driver is currently busy doing something else}
  7. FailedTr = -6001;       {failed to train}
  8. NoRspons = -6002;       {No Response to DIS}
  9. NoEndRsp = -6003;       {No response after sending a page}
  10. FramSend = -6004;       {failed in the frame send subroutine}
  11. Hang_Err = -6005;       {failed to hang up the phone properly}
  12. ModinUse = -6006;       {someone else is currently using the modem}
  13. interupt = -6007;       {received a procedure interupt from the other end}
  14. PhRangErr = -6008;      {phone rang, but was not answered tells monitor}
  15. ResBadErr = -6009;      {facsimile machine does not support High Resolution}
  16. PhRingErr = -6010;      {phone rang, but was not answered  tells logfile procs}
  17. DCN__Err = -6011;       {I got a DCN but I wasn't looking for one}
  18. NoPollErr = -6012;      {I tried to poll but no document}
  19. ClearSRErr = -6013;     {Error in Clear Serial}
  20. AnsNowErr = -6014;      {Error in Answering Phone}
  21.  
  22. {‚Ä¢‚Ä¢‚Ä¢ Errors Returned after the ATDT Command ‚Ä¢‚Ä¢‚Ä¢}
  23. DialNoAn = -6090;       {Received a no answer after dialing}
  24. DialBusy = -6091;       {Received a Busy after dialing}
  25. DialTone = -6092;       {Received a no Dial tone after dialing}
  26. Dial1200 = -6093;       {Received a connect 1200 after dialing}
  27. DialErrr = -6094;       {Received an error after dialing}
  28. DialNoCa = -6095;       {Received a No Carrier after dialing}
  29. DialRING = -6096;       {Received a Ring after dialing}
  30. DialOKOK = -6097;       {Received an OK after dialing}
  31.  
  32. {‚Ä¢‚Ä¢‚Ä¢ Errors returned from trying to initialize the modem ‚Ä¢‚Ä¢‚Ä¢}
  33. Fail_D_T = -6080;       {Failed to set the dial tone detection on the board}
  34. Fail_Dia = -6081;       {Failed to set the Dialing method on the board}
  35. Fail_PAR = -6082;       {failed to set one of the generic parameters}
  36. Fail_FAX = -6083;       {Failed to set the Mode to Facsimile}
  37. Fail_TES = -6084;       {Failed to find the fax modem}
  38. Fail_Dat = -6085;       {Failed to set the Mode to DATA}
  39. Fail_FF_ = -6086;       {Failed to set the Modem to factory defaults}
  40. FailRgS7 = -6090;       {failed to set the register corectly}
  41. Fail_NVNE_ = -6087;     {Failed to set the Modem to NoEcho NonVerbose}
  42. Fail_VNE_ = -6088;      {Failed to set the Modem to NoEcho Verbose}
  43. Fail_Flo = -6089;       {Failed to set the Modem to Proper Flow Control (Xon/Xoff)}
  44.  
  45. {‚Ä¢‚Ä¢‚Ä¢ Frame Sending Errors ‚Ä¢‚Ä¢‚Ä¢}
  46. FRAMESEND_2 = -7000;    {'AT+FTH+3' took longer than 50 * 5 ticks to complete}
  47. FRAMESEND_3 = -7001;    {'CONNECT' response was not received in 100 * 5 ticks}
  48. FRAMESEND_4 = -7002;    {Frame Data took longer than 50 ticks to complete}
  49. FRAMESEND_5 = -7003;    {'OK' response was not received in 100 ticks}
  50.  
  51. {‚Ä¢‚Ä¢‚Ä¢ Errors returned from trying to initialize a Class2 modem ‚Ä¢‚Ä¢‚Ä¢}
  52. Fail_FDCC = -7010;              {Failed to set the DCC (i.e. DIS,DCS parameters)}
  53. Fail_FLID = -7011;              {Failed to set Local Id string}
  54. Fail_FCR = -7012;               {Failed to enable reception for the modem}
  55. Fail_FBOR = -7013;              {Failed to set the Fax Bit Ordering}
  56. Fail_AT = -7014;                {Sending: Failed to receive an OK after sending an AT}
  57. Fail_FET = -7015;               {Failed to receive an OK after sending an AT+FET=1}
  58. Fail_DT_FET = -7016;            {Failed to receive an OK after a Dial command or a
  59.                                  AT+FET=0,AT+FET=2}
  60. Fail_FDT = -7017;               {Failed to receive an OK after sending an AT+FDT}
  61. Fail_XOn = -7018;               {Failed to get an XOn after the connect msg}
  62. Fail_Not_XOn = -7019;           {Received something other than XOn after the Connect}
  63. Fail_Data_Rd_Wr = -7020;        {Page Data Timed out waiting for a Read or Write to complete}
  64. Fail_DLE_ETX_OK = -7021;        {Failed to receive an OK after sending a <DLE><ETX>}
  65.  
  66. {‚Ä¢‚Ä¢‚Ä¢ File Timeout Errors ‚Ä¢‚Ä¢‚Ä¢}
  67. Fail_Set_File_Pos = -7030;      {Failed to set file position in 3 seconds}
  68.  
  69. {‚Ä¢‚Ä¢‚Ä¢ Generic Fax Command Errors ‚Ä¢‚Ä¢‚Ä¢}
  70. Fail_Command = -7040;   {Failed to send command to modem (i.e. PBWrite failed)}
  71.  
  72. {‚Ä¢‚Ä¢‚Ä¢ Generic Fax Response Errors ‚Ä¢‚Ä¢‚Ä¢}
  73. Fail_Cmd_Response = -7041;      {Failed to get a proper response from the modem}
  74.  
  75. {‚Ä¢‚Ä¢‚Ä¢ PPCS Failure Error ‚Ä¢‚Ä¢‚Ä¢}
  76. Fail_PPCS = -8000;      {Failed to get a proper response from the PPCS}
  77.  
  78. {‚Ä¢‚Ä¢‚Ä¢ Generic Sending Errors ‚Ä¢‚Ä¢‚Ä¢}
  79. ASendS05 = -11005;      {A 05 Never received an OK from AT}
  80. ASendS08 = -11008;      {A 08 Never received an OK from AT+FCLASS=1}
  81. ASendS10 = -11010;      {A 10 Never received answer from dial command 10*1000}
  82. ASendS11 = -11011;      {A 11 Received an invalid response from the dial command}
  83. BSendS32 = -12032;      {B 2 Received NoCarrier 3 times after +FRH}
  84. BSendS52 = -12052;      {B 2 invalid response from +FRH}
  85. BSendS43 = -12043;      {B 3 Recieved more than 125 bytes without receiving $FF}
  86. BSendS11 = -12011;      {B 11 Never received a CONNECT from AT+FTH=3}
  87. BSendS17 = -12017;      {B 17 Never received a CONNECT after TSI Data}
  88.  
  89. {‚Ä¢‚Ä¢‚Ä¢ Generic Sending Errors ‚Ä¢‚Ä¢‚Ä¢} cont.
  90. BSendS18 = -12018;      {B 18 Never received an OK after DCS Data}
  91. BSendS19 = -12019;      {B 19 Never received an OK after +FTS=8}
  92. BSendS21 = -12021;      {B 21 Never received a CONNECT from AT+FTM=xx}
  93. BSend325 = -12325;      {B 25 Waited for 5*80 ticks for OK after Training}
  94. BSend425 = -12425;      {B 25 Training took longer than 5*20 ticks to complete}
  95. CSendS03 = -13003;      {C 3 longer than 50 ticks for a PBSETFPOS to complete}
  96. CSendS05 = -13005;      {C 5 longer than 100 ticks for a PBREAD to complete}
  97. CSendS06 = -13006;      {C 6 Invalid data rate for page data}
  98. CSendS08 = -13008;      {C 8 Never received a CONNECT from AT+FTM=xx}
  99. CSendS11 = -13011;      {C 11 longer than 10*1000 ticks for OK after Page Data}
  100. DSendS11 = -14002;      {D 2 Never received an OK after +FTS=50}
  101.  
  102. {‚Ä¢‚Ä¢‚Ä¢ Generic Receiving Errors ‚Ä¢‚Ä¢‚Ä¢}
  103. ARecvS04 = -21004;      {A 4 Waited longer than 500 ticks for CONNECT after +FTH}
  104. ARecvS08 = -21008;      {A 10 Never received an CONNECT after CSI Data}
  105. ARecvS10 = -21010;      {A 10 Never received an OK after DIS Data}
  106. BRecvS42 = -22042;      {B 2 Received NOCARRIER after something other than DIS,CFR}
  107. BRecvS52 = -22052;      {B 2 Waited longer than 240 ticks for CONNECT after +FRH}
  108. BRecvS03 = -22003;      {B 3 Waited longer than 360 ticks for DATA after something other
  109.                          than DIS,CFR}
  110. BRecvS04 = -22004;      {B 4 Waited longer than 500 ticks for Data after $FF}
  111. BRecvS05 = -22005;      {B 5 Got one of the wierd frames that we don't handle}
  112. CRecvS03 = -23003;      {C 3 longer than 360 ticks for a CONNECT after +FRM=xx}
  113. CRecvS07 = -23007;      {C 7 Waited longer than 50 ticks for a PBGETFPOS to complete}
  114. CRecvS09 = -23009;      {C 9 Waited longer than 50 ticks for a PBSETFPOS to complete}
  115. CRecvS11 = -23011;      {C 11 Waited longer than 50 ticks for a PBWRITE to complete}
  116. CRecvS13 = -23013;      {C 13 Waited longer than 50 ticks for a PBSETFPOS to complete}
  117. CRecvS15 = -23015;      {C 15 Waited longer than 50 ticks for a PBWRITE to complete}
  118. DRecvS12 = -24012;      {D 12 In the otherwise in the Phase D case statement}
  119. ERecvS06 = -25006;      {E 6 Waited longer than 50 ticks for a PBCLOSE to complete}
  120. ERecvS09 = -25009;      {E 9 Waited longer than 50 ticks for a PBRENAME to complete}
  121.  
  122. {‚Ä¢‚Ä¢‚Ä¢ Errors from the Hayes driver; ‚Ä¢‚Ä¢‚Ä¢}
  123. RRockyErr = -9000;      {error reading the rockwell register}
  124.  
  125.